+2009-01-17 Martin Nordholts <martinn@svn.gnome.org>
+
+ * babl/babl-internal.h: Formating.
+
2009-01-17 Martin Nordholts <martinn@svn.gnome.org>
* babl/babl-class.h: New installed header file containing class
-Babl * babl_conversion_find (const void *source,
+Babl * babl_conversion_find (const void *source,
const void *destination);
double babl_conversion_error (BablConversion *conversion);
long babl_conversion_cost (BablConversion *conversion);
int babl_sanity (void);
void babl_core_init (void);
-Babl * babl_format_with_model_as_type (Babl *model,
- Babl *type);
-int babl_formats_count (void); /* should maybe be templated? */
-int babl_type_is_symmetric (Babl *babl);
+Babl * babl_format_with_model_as_type (Babl *model,
+ Babl *type);
+int babl_formats_count (void); /* should maybe be templated? */
+int babl_type_is_symmetric (Babl *babl);
/* FIXME: nasty,. including the symbol even in files where it is
* not needed,. and a dummy function to use it in those cases